home *** CD-ROM | disk | FTP | other *** search
/ Cute & Cuddly Animals Screen Savers / Cute & Cuddly Animals Screen Savers.iso / _SETUP.1 / BDEADMIN.EXE / RCDATA / TNEWALIASFORM / TNEWALIASFORM.txt
Text File  |  1999-11-12  |  1KB  |  66 lines

  1. object NewAliasForm: TNewAliasForm
  2.   Left = 374
  3.   Top = 103
  4.   HelpContext = 2030
  5.   ActiveControl = DriverList
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'New Database Alias'
  9.   ClientHeight = 103
  10.   ClientWidth = 250
  11.   ParentFont = True
  12.   HelpFile = 'dbexplr3.hlp'
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object HelpBtn: TButton
  18.     Left = 168
  19.     Top = 72
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&Help'
  23.     TabOrder = 0
  24.     OnClick = HelpBtnClick
  25.   end
  26.   object OKBtn: TButton
  27.     Left = 8
  28.     Top = 72
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object CancelBtn: TButton
  37.     Left = 88
  38.     Top = 72
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46.   object AliasBox: TGroupBox
  47.     Left = 8
  48.     Top = 8
  49.     Width = 233
  50.     Height = 57
  51.     Caption = 'Database Driver Name'
  52.     TabOrder = 3
  53.     object DriverList: TComboBox
  54.       Left = 14
  55.       Top = 22
  56.       Width = 205
  57.       Height = 21
  58.       Style = csDropDownList
  59.       Ctl3D = False
  60.       ItemHeight = 13
  61.       ParentCtl3D = False
  62.       TabOrder = 0
  63.     end
  64.   end
  65. end
  66.